/** 
* 项目样式
* by 胖胖吉
 */

ul,ol{list-style-type:none;}

body,
html,
a,
section,
article,
aside,
header,
footer,
nav,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
span,
em,
fieldset,
input,
textarea,
button,
select,
figure,
figcaption {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}

/*公共样式*/
input,
input:focus,
textarea:focus,
select:focus,
button,
button:focus {
    outline: none;
    -webkit-appearance: none;
    margin: 0px;
}

body{
    background-color: #eeeeee;
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

a{
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.main{
    position: relative;
    z-index: 5;
    border-top:40px solid #eeeeee;
    border-bottom:0px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
}

.header{
    height: 40px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
}

.header_channel{
    background-color: #131418;
}


.footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    background-color: #f4f4f4;
    width: 100%;
    border-top: 1px solid #dddddd;
    padding: 6px 0px;
    padding-bottom: 2px;
}

.logo{
    background: url("../img/global/logo.png") 0px 0px no-repeat;
    margin: 0px auto;
    background-size: contain;
    width: 58px;
    height: 20px;
    overflow: hidden;
    text-indent: -99999px;
    margin-top: 10px;
}

.menu_btn{
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../img/global/menu_btn.png") center center no-repeat;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-size: 19px 17px;
    text-indent: -99999px;
}

.header_channel .menu_btn{
    background-image: url("../img/global/menu_btn_b.png");
}

.header_channel .logo{
    background-image: url("../img/global/logo_b.png");
}

.footer a{
    color: #bbbbbb;
    font-size: 14px;
    text-align: center;
    display: block;
}

.footer a.current
{
    color: #725bb6;
    font-weight: bold;
}

.footer a i{
    display:block;
    margin: 0px auto;
    background: url("../img/global/nav_bottom.png") 0px 0px no-repeat;
    background-size: 286px 44px;
}

.footer a i.footer_index{
    background-position:0px -1px;
    width: 21px;
    height: 19px;
}


.footer a.current i.footer_index{
    background-position:0px -25px;

}

.footer a i.footer_refer{
     background-position:-90px -1px;
     width: 20px;
     height: 19px;
 }

.footer a.current i.footer_refer{
    background-position:-90px -25px;

}

.footer a i.footer_weixin{
    background-position:-179px -1px;
    width: 18px;
    height: 19px;
}

.footer a.current i.footer_weixin{
    background-position:-179px -25px;

}

.footer a i.footer_tel{
    background-position:-269px 0px;
    width: 17px;
    height: 19px;
}

.footer a.current i.footer_tel{
    background-position:-269px -23px;

}

.menu_wrap{
    width: 100%;
    position:fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: 1;
}

.menu_content{
    position: absolute;
    top: 0px;
    width: 70%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    left: -70%;
    -webkit-transition: left .2s;
}

.mask{
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    display: none;
}

.open_side, .open_side .main{
    overflow: hidden;
}

.open_side .mask {
   display: block;
}

.open_side .menu_content{
    left: 0px;
}

.open_side .menu_wrap{
    z-index: 20;
}

.menu_content header{
    border-bottom: 1px solid #d8d8d8;
    height: 48px;
    padding-top: 14px;
}

.menu_logo{
    background: url("../img/global/logo.png") 0px 0px no-repeat;
    background-size: contain;
    width: 58px;
    height: 20px;
    overflow: hidden;
    text-indent: -99999px;
    margin-left: 30px;
    display: block;
}

.menu_link a{
    display: block;
    height: 24px;
    margin-top: 20px;
    border-left: 5px solid #ffffff;
    color: #787878;
    font-weight: bold;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}

.menu_link a span{
    padding-left: 15px;
    float: left;
    display: inline;
}

.menu_link a.current{
    border-left-color: #725bb6;
}

.menu_link i{
    background: url("../img/global/menu.png") 0px 0px no-repeat;
    background-size: 35px 449px;
    float: left;
    display: inline;
    margin-top: 4px;
}

.menu_link i.menu_index{
    background-position:-1px 0px;
    width: 15px;
    height: 15px;
}

.menu_link a.current i.menu_index{
    background-position:-19px 0px;
}

.menu_link i.menu_gallery{
    background-position:-1px -48px;
    width: 14px;
    height: 14px;
    margin-top: 5px;
}

.menu_link a.current i.menu_gallery{
    background-position:-20px -48px;
}

.menu_link i.menu_vip{
     background-position:-1px -95px;
     width: 16px;
     height: 16px;
 }

.menu_link a.current i.menu_vip{
    background-position:-19px -95px;
}

.menu_link i.menu_case{
    background-position:0px -144px;
    width: 17px;
    height: 16px;
}

.menu_link a.current i.menu_case{
    background-position:-18px -144px;
}

.menu_link i.menu_teacher{
    background-position:-1px -192px;
    width: 15px;
    height: 15px;
}

.menu_link a.current i.menu_teacher{
    background-position:-19px -192px;
}

.menu_link i.menu_school{
    background-position:0px -239px;
    width: 17px;
    height: 18px;
    margin-top: 2px;
}

.menu_link a.current i.menu_school{
    background-position:-18px -239px;
}

.menu_link i.menu_art{
    background-position:0px -289px;
    width: 16px;
    height: 15px;
    margin-top: 5px;
}

.menu_link a.current i.menu_art{
    background-position:-19px -289px;
}

.menu_link i.menu_new{
    background-position:-1px -336px;
    width: 15px;
    height: 16px;
}

.menu_link a.current i.menu_new{
    background-position:-19px -336px;
}

.menu_link i.menu_movie{
    background-position:-1px -384px;
    width: 16px;
    height: 16px;
}

.menu_link a.current i.menu_movie{
    background-position:-19px -384px;
}

.menu_link i.menu_about{
    background-position:-1px -433px;
    width: 14px;
    height: 15px;
}

.menu_link a.current i.menu_about{
    background-position:-19px -433px;
}

.arrow{
    background: url("../img/global/arrow.png") right 3px no-repeat;
    background-size: 6px 11px;
    float: right;
    padding-right: 15px;
    font-size: 12px;
    font-weight:bold;
    color: #666666;
}

.category_item{
    display: inline-block;
    padding-right: 12px;
    position: relative;
    color: #6a6a6a;
    font-size: 12px;
    margin-right: 15px;
}

.category_item i{
    background: url("../img/global/arrow_down.png?v=1.1") 0px 0px no-repeat;
    background-size: 18px 3px;
    width: 6px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
}

.category_item_select{
    color: #32c082;
}

.category_item_select i{
    background-position: -11px 0px;
}

.copyright{
    background-color: #222122;
    color: #d8d8d8;
    font-size: 12px;
}

.copyright div{
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 0;
}

.copyright__icp {
    padding: 20px;
    padding-top: 5px;
    color: #d8d8d8;
}

.copyright i{
    display: block;
    background: url("../img/global/copyright_bk.jpg") repeat-x center top;
    height: 77px;
    background-size:cover;
}

.copyright p{
    font-size: 14px;
    color: #6b58b4;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.copyright p strong{
    font-size: 24px;
}

.copyright ul{
    clear: both;
    padding: 10px 0px;
    color: #aaaaaa;
    font-size: 12px;
    padding-top: 5px;
}

.copyright ul li{
    display: none;
}

.copyright div.copyright_city{
    padding-left: 0px;
    padding-bottom: 5px;
}

.copyright_city span{
    float: left;
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    color: #aaaaaa;
    font-weight: bold;
}

.copyright_city span.current{
    color: #6b58b4;
}

.gotop{
    position: fixed;
    right: 0px;
    bottom: 170px;
    background: url("../img/global/top.png?v=1.1") 0px 0px no-repeat;
    width: 70px;
    height: 67px;
    background-size: contain;
    display: none;
    z-index: 1000001;
}

.wei{
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 20;
    background: url("../img/global/wei.jpg") 0px 0px no-repeat;
    width: 160px;
    height: 160px;
    background-size: contain;
    margin-left: -80px;
    display: none;
}

.wei img{
    width: 100%;
    height: 100%;
}

.public_mask{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 15;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    display: none;
}

.dialog{
    position: absolute;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    background-color: #ffffff;
    padding: 30px 23px;
    z-index: 20;
    top: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dialog_close{
    position: absolute;
    right: 15px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url("../img/global/close.png") 0px 0px no-repeat;
    background-size: contain;
}

.dialog_title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    width: 90%;
}


.dialog_footer{
    padding-top: 20px;
}

.dialog_wen{
    font-size: 14px;
    display: inline-block;
    background-color: #7558cb;
    color: #ffffff;
    padding: 0px 5px;
    line-height: 24px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nicescroll-rails{
    border-left: 1px solid #cccccc;

}

/*频道banner*/
.channel_banner{
    height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-top: 10px;
}

.channel_banner p{
  color: #bbbbbb;
}

.channel_banner h2{
    font-size: 18px;
    font-weight: normal;
    margin-top: 6px;
}

.channel_banner_portfolio{
    background: url("../img/portfolio/banner_portfolio.png") center top;
    background-size: cover;
}

.channel_banner_art{
    background: url("../img/art/banner_art.jpg") center top;
    background-size:cover;
}

.channel_banner_news {
    background: transparent;
    background-color: #ff5f52;
    text-align: left;
    padding-left: 15px;
    color: #fff;
}

.channel_banner_news p {
    color: #fff;
}

/*公共样式结束*/


/*首页*/
.ad_container{

}

.ad_container .swiper-pagination-bullet
{
    height: 5px;
    width: 16px;
    background-color: #eeeeee;
    border-radius: inherit;
    opacity: 1;
}

.ad_container .swiper-pagination-bullet-active
{
    background-color: #32c082;
}

.ad_container img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
}

.index_channel{
    border-bottom: 1px solid #e7e6e6;
    background-color: #ffffff;
    padding: 0px 10px;
}

.index_channel_list{
    text-align: center;
    padding: 20px 0px;
}

.index_channel_list div {
    width: 25%;
    float: left;
    border-right: 1px solid #dddddd;
}

.index_channel_list  a{
    display:inline-block;
    margin: 0px auto;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.index_channel_list div.last{
    border-right: none;
    padding-right: 0px;
}

.index_channel_list div.first{
    padding-left: 0px;
}

.index_channel_list i{
    display: block;
    margin: 0px auto;
    background: url("../img/index/icon_channel.png?v=1.0.0") 0px 0px no-repeat;
    background-size: 309px 30px;
    margin-bottom: 10px;
}

.index_channel_list i.channel_school{
    background-position: 0px 0px;
    width: 29px;
    height: 28px;
}

.index_channel_list i.channel_major{
    background-position: -90px 0px;
    width: 31px;
    height: 28px;
}

.index_channel_list i.channel_class{
    background-position: -188px 0px;
    width: 28px;
    height: 28px;
}

.index_channel_list i.channel_case{
    background-position: -276px 0px;
    width: 33px;
    height: 28px;
}

.index_channel_list i.channel_art{
    background-position: -276px 0px;
    width: 31px;
    height: 28px;
}

.index_channel_qa{
    border-top: 1px solid #dddddd;
    height: 57px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
}

.index_channel_qa a{
    color: #333333;
}

.index_channel_qa .arrow{
    margin-top: 3px;
}

.index_qa_title{
    font-weight: normal;
    padding-left: 25px;
    background: url("../img/index/question.png") left  center no-repeat;
    background-size: 20px 16px;
}


.index_video{
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 20px 10px;
}

.index_video_title{
    float: left;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #323333;
}

.index_video_title h3{
    float: left;
}
.index_video_title span{
    float: left;
    color: #aaaaaa;
    font-size: 12px;
    border-left: 1px solid #cccccc;
    font-weight: normal;
    margin-left: 8px;
    padding-left: 8px;
    margin-top: 5px;
}

.index_video .arrow{
    margin-top: 5px;
}

.index_video_category{
    padding: 15px 0px;
}

.index_video_list li{
    float: left;
    display: inline;
    width: 50%;
    height: 100px;
    position: relative;
    margin-top: 2px;
}

.index_video_list li em{
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    font-style: normal;
    height: 50px;
    padding-top: 25px;
    background: url("../img/index/video_t_bk.png") center bottom repeat-x;
}

.index_video_list li:nth-of-type(even) a{
    display: block;
    padding-left: 1px;
}

.index_video_list li:nth-of-type(odd) a{
    display: block;
    padding-right: 1px;
}

.index_video_list li i{
    background: url("../img/global/play_btn.png") 0px 0px no-repeat;
    background-size: 40px 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -14px;
    width: 40px;
    height: 28px;
}

.index_video_list li img{
    width: 100%;
    height: auto;
}

.index_video_list  li div{
    overflow: hidden;
    height: 100px;
    margin-bottom: 4px;
}

.index_news{
    border-bottom: none;
}

.index_activity{
    position: relative;
    color: #333333;
    font-size: 12px;
    height: 108px;
    margin-top: 20px;
}

.index_activity_bm{
    position: absolute;
    right: 0px;
    top: 1px;
    background-color: #6554a4;
    color: #ffffff;
    line-height: 16px;
    padding: 0px 5px;
    -webkit-border-radius: 5px;
}

.index_activity dt{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108px;
    width: 150px;
}

.index_activity dt img{
    width: 100%;
    height: 100%;
}

.index_activity dd{
    padding-left: 165px;
}

.activity_progress{
    height: 16px;
    background-color: #cccccc;
    margin-top: 5px;
}

.index_activity_city {
    padding-right: 60px;
}

.activity_progress div{
    background-color: #7452cb;
    height: 16px;
}

.activity_progress_type{
    float: left;
    display: inline;
    margin-top: 5px;
    width: 50%;
}

.activity_progress_type i{
    display: block;
    height: 8px;
    width: 14px;
    background-color: #cccccc;
}

.activity_progress_surplus{
    padding-left: 12px;
}

.activity_progress_surplus i{
    background-color: #7452cb;
}

.index_news_list li{
    height: 150px;

    margin-bottom: 10px;
}

.index_news_list li a
{
    font-size: 12px;
    color: #333333;
}

.index_news_list  li div{
    overflow: hidden;
    height: 100px;
    margin-bottom: 4px;
}

.index_news_list  li img{
    width: 100%;
    height: auto;
}

.index_news_category{
    padding-top: 16px;
    padding-bottom: 16px;
}

.index_news_list li span
{


}

/*作品集培训*/
.portfolio_body{
    background-color: #ffffff;
}

.portfolio_list{
    padding: 10px;
    background-color: #f4f4f4;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 30px;
}

.portfolio_list li{
    float: left;
    display: inline;
    width: 50%;
    height: 108px;
    text-align: center;
    font-size: 14px;
    background-color: #ffffff;
}

.portfolio_list li.word{
    padding-top: 30px;
    color: #333333;
}

.portfolio_list li.word p{
    color: #999999;
    font-size: 12px;
}

.portfolio_list li.word_hei{
    background-color: #333333;
    color: #ffffff;
}

.portfolio_list li img{
    height: 108px;
    width: 100%;
}

.portfolio_desc{
    padding-right: 20px;
    height: 300px;
}

.portfolio_desc dt{
    color: #787878;
    font-size: 12px;
    margin-top: 20px;
}

.portfolio_desc dt.title{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.portfolio_desc dd{
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
}

.portfolio_desc dd span{
    color: #ff5a00;
}

/*VIP艺术留学*/
.art_feature{
    height: 45px;
    line-height: 42px;
    background-color: #ffffff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.art_feature span.mid{
    position: relative;
    padding: 0px 20px;
}

.art_feature span.mid i:first-child{
    position: absolute;
    left: 7px;
    top: 2px;
    height: 15px;
    display: block;
    border-left: 1px solid #e1e0e0;
}


.art_feature span.mid i:last-child{
    position: absolute;
    right: 7px;
    top: 2px;
    height: 15px;
    display: block;
    border-left: 1px solid #e1e0e0;
}

.art_vip li{
    border-bottom: 1px solid #e6e6e6;
    height: 120px;
    background: url("../img/art/art_1.jpg") center 0px no-repeat;
    background-size:cover;
}

.art_vip li.vip1{
    background-image: url("../img/art/art_1.jpg");
}

.art_vip li.vip2{
    background-image: url("../img/art/art_2.jpg");
}

.art_vip li.vip3{
    background-image: url("../img/art/art_3.jpg");
}

.art_vip li.vip4{
    background-image: url("../img/art/art_4.jpg");
}

.art_vip li.vip5{
    background-image: url("../img/art/art_5.jpg");
}

.art_vip li.vip6{
    background-image: url("../img/art/art_6.jpg");
}

.art_desc{
    background-color:#ffffff;
    padding-bottom: 30px;
}

.art_desc dt {
    background: url("../img/art/art_7.jpg") center 0px no-repeat;
    background-size: auto 177px;
    height: 177px;
}

.art_desc dd{
    padding: 0px 10px;
    font-size: 12px;
    color: #323333;
}

.art_desc dd div{
    margin-top: 30px;
    font-weight:bold;
}

.art_desc dd div span{
    color: #999999;
    font-weight: normal;
    font-size: 18px;
    padding-right: 5px;
}

.art_desc dd p{
    padding-left:30px;
}

/*公共列表样式*/
.list_toolbox{
    border-bottom: 1px solid #e6e6e6;
    height: 45px;
    background-color: #ffffff;
}

.list_toolbox_news,.list_toolbox_video{
    text-align: center;
}

.list_toolbox_news em{
    display: inline-block;
    height: 15px;
    margin-left:10px;
    margin-right:10px;
    position: relative;
    width: 1px;
}

.list_toolbox_news em:after{
    position: absolute;
    content: ' ';
    border-left: 1px solid #e1e0e0;
    height: 15px;
    left: 0px;
    top: 50%;
    margin-top: -4px;

}

.list_toolbox_video em{
    display: inline-block;
    height: 15px;
    margin-left:10px;
    margin-right:10px;
    position: relative;
    width: 1px;
}

.list_toolbox_video em:after{
    position: absolute;
    content: ' ';
    border-left: 1px solid #e1e0e0;
    height: 15px;
    left: 0px;
    top: 50%;
    margin-top: -4px;

}

.list_toolbox_video a{
    margin: 0px;
    margin-top: 12px;
}

.list_toolbox_news a{
    margin: 0px;
    margin-top: 12px;
}


.list_toolbox_case{
    text-align: center;
    position: relative;
}

.list_toolbox_case:after{
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    border-left: 1px solid #e1e0e0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
}

.list_toolbox_case a{
    margin: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.list_content{
    padding: 10px;
    background-color: #f4f4f4;
    padding-bottom: 2px;
}

.list_item{
    position: relative;
    border: 1px solid #dddddd;
    margin-bottom: 8px;
    background-color: #ffffff;
    height: 112px;
}

.list_item dt{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    z-index: 2;
}

.list_item dt img{
    height: 110px;
    width: 100%;
}

.list_item dd{
    padding: 8px;
    padding-left: 120px;
    position: relative;
}

.list_item_news a{
    color: #666666;
    font-size: 12px;
}

.list_item_news h3{
    font-weight:bold;
    font-size: 14px;
    color: #333333;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.list_item_news h3.new_title{
    overflow: visible;
    text-overflow: clip;
    height: auto;
    white-space: normal;
    height: 65px;
}

.list_item_news p{
    height: 40px;
    overflow: hidden;
    padding-top: 5px;
}

.list_item_news_attr{
    color: #999999;

}

.list_item_news_attr_2{
    position: absolute;
    left: 160px;
    bottom: 5px;
    width: 100%;
}

.list_item_news_attr span{
    float: left;
    display: inline;
    margin-right: 10px;
    color: #999999;
}

.list_item_news_attr  strong{
    color: #ff5f52;
    font-weight: normal;
}

.list_item_news_attr em{
    float: right;
    display: inline;
    font-style: normal;
}

.list_loading{
    font-size: 12px;
    height: 40px;
    display: none;
}

/*新闻详情*/

.list_item_news{
    height: 102px;
    overflow: hidden;
    position: relative;
}

.list_item_news dt{
    width: 150px;
    height: 100px;
}

.list_item_news dt img{
    width: 150px;
    height: auto;
}

.list_item_news dd{
    padding-left: 160px;
}

.news_title{
    text-align: center;
    padding: 30px;
    position: relative;
}


.news_title div{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.news_title em{
     border: 1px solid #999999;
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0px;
     top: 0px;
    z-index: 2;
 }

.news_title i{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -7%;
    top: -13%;
    z-index: 1;
    background-color: #f2f2f2;
}

.news_title h1{
    font-weight: normal;
    z-index: 2;
    position:relative;
}

.news_title p{
    font-size: 12px;
    color: #999999;
    z-index: 2;
    position:relative;
}

.news_content_wrap{
    border-top: 1px solid #dddddd;
    padding: 10px;
}

.news_share{
    font-size: 14px;
    color: #999999;
}

.share_btn{
    float: right;
    width: 23px;
    height: 20px;
    background: url("../img/global/share_btn.png") center 0px no-repeat;
    background-size:contain;
}

.news_content{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    padding-top: 10px;
}

.news_content img{
    width: 100%;
    height: auto;
}

.news_attr{
    text-align: right;
    padding-top: 10px;
    color: #999999;
    font-size: 14px;
}

.news_attr span{
    margin-left: 10px;
}

.news_attr strong{
    color: #32c082;
}

/*案例列表*/

.list_item_case dt img{
    height: auto;
}


.list_item_case dd{
    position: relative;
    overflow: hidden;
}

.list_item_case  .case_list_attr{
    height: 40px;
    overflow: hidden;
    margin: 5px 0px;
}

.case_list_money {
    font-size: 12px;
    color: #32c082;
}


.case_list_schooltu{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;

}

.case_list_schooltu img{
    width: 100%;
    height: 100%;
}

.case_list_name{
    color: #999999;
    font-size: 12px;
}

.case_list_name strong{
    font-size: 14px;
    color: #7452cb;
    padding-right: 10px;
}

.case_list_attr{
    color: #666666;
    font-size: 12px;
    padding-top: 2px;
}

.case_list_school{
    padding-top: 5px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    overflow: hidden;
}

.case_list_school span{
    float: left;
    width: 50%;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    height: 19px;
}

.case_list_school span:nth-child(even)
{
    padding-left: 1px;
}

.case_list_jiang{
    position: absolute;
    right: -15px;
    top: 5px;
    background-color: #6b58b4;
    color: #eeeeee;
    height: 15px;
    line-height: 14px;
    padding: 0px 20px;
    -webkit-transform:rotate(30deg);
    font-size: 12px;
}

.case_face{
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    color: #333333;
}

.case_face img{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
}

.case_show_content{
    border-top: 1px solid #dddddd;
    background-color: #f6f6f6;
    color: #666666;
    font-size: 14px;
    padding: 20px;
    padding-bottom: 40px;
}

.case_show_content_item{
    margin-bottom: 10px;
}

.case_show_content_pic img{
    width: 100%;
    height: auto;
}

.teacher_show_t{
    float: left;
    display: inline;
}

.teacher_show_c{
    width: 76%;
    float: left;
    display: inline;
}

.case_show_video{
    background-color: #6b58b4;
    color: #ffffff;
    font-size: 14px;
    display:inline-block;
    text-align: center;
    padding: 5px 8px;
    margin-top: 10px;
}

/*导师*/

.list_item_teacher{
    height: 122px;
    overflow: hidden;

}

.list_item_teacher dt{
    width: 120px;
    height: 120px;
}

.list_item_teacher dt img{
    height: auto;
}

.list_item_teacher dd{
    padding-left: 130px;
}

.list_item_teacher a{

    font-size: 12px;
}

.teacher_list_name{
    color: #999999;
    font-size: 12px;
}

.teacher_list_name strong{
    font-size: 14px;
    color: #333333;
    padding-right: 10px;
}

.teacher_list_attr{
    color: #666666;
    font-size: 12px;
}

.teacher_list_desc{
    color: #333333;
    font-size: 12px;
    overflow: hidden;
    padding-top: 2px;
    height: 60px;

}

.teacher_list_btn{
    text-align: right;
    font-size: 12px;
    display: block;
    font-weight: bold;
    color: #7452cb;
    position: absolute;
    right: 10px;
    top: 10px;
}

/*学校*/
.list_toolbox_school{
    float: left;
    display: inline;
    position: relative;
    padding:0px  12px;
}

.list_toolbox_school a{
    margin: 0px;
    margin-top: 10px;
    font-size: 14px;
}

.list_toolbox_school:after{
    content: ' ';
    position: absolute;
    right: 0px;
    top: 50%;
    border-left: 1px solid #e1e0e0;
    width: 1px;
    height: 16px;
    margin-top: -3px;
}

.school_search_form{
    float: left;
    display: inline;
    padding-left: 12px;
    padding-top: 11px;
}

.school_search_text{
    float: left;
    display: inline;
    height: 21px;
    font-size: 12px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    background-color: #dddddd;
    color: #ffffff;
    padding: 0px 10px;
    outline:none;
    width: 140px;
}

.school_search_form input::-webkit-input-placeholder {
    color: #ffffff;
}

.school_search_btn{
    float: left;
    display: inline;
    background: url("../img/global/search_btn.png") 0px 0px no-repeat;
    background-size: contain;
    width: 19px;
    height: 18px;
    border: none;
    margin-left: 8px;
    margin-top: 1px;
}

.list_item_school{
    height: 132px;
}

.list_item_school dt{
    width: 130px;
    height: 130px;
}

.list_item_school dt img{
    width: 100%;
    height: 130px;
}

.list_item_school dd{
    padding-left: 140px;
}

.list_item_school a{
    font-size: 12px;
    color: #a0a0a0;
}

.school_list_name{
    color: #999999;
    font-size: 12px;
    overflow: hidden;
}

.school_list_name strong{
    color: #333333;
    font-size: 14px;
    display: block;
}

.school_list_name span{
    overflow: hidden;
    height: 20px;
    display: block;
}

.school_list_desc{
    margin-bottom: 8px;
    margin-top: 3px;
    color: #333333;
}

.school_list_attr{
    float: left;
    display: inline;
    color: #666666;
    font-size: 12px;
}

.school_list_attr_r{
    float: right;
}

.school_list_attr span{
    color: #7452cb;
}

.select_school_attr{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    z-index: 50;
    width: 85px;
    padding: 5px 0px;
    display: none;
}

.select_school_attr a{
    text-align: center;
    display: block;
    color: #333333;
    font-size: 14px;
    width: 100%;
    padding: 5px 10px;
}

.select_school_attr a.current{
    color: #7452cb;
}

.select_school_attr i{
    position: absolute;
    left: 50%;
    top: -8px;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
    margin-left: -10px;
}

.select_school_attr_ing{
    overflow: hidden;
}

/*视频*/

.list_item_video_title{
    overflow: hidden;
    width: 90%;
    height: 22px;
}

.list_item_video dt a{
    height: 100%;
    display: block;
}

.list_item_video dt i{
    background: url("../img/global/play_btn.png") 0px 0px no-repeat;
    background-size: 40px 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -14px;
    width: 40px;
    height: 28px;
}

.list_item_video dd{
    position: relative;
}

.list_item_video{
    height: 102px;
    overflow: hidden;
}

.list_item_video dt{
    width: 150px;
    height: 100px;
    overflow: hidden;
}

.list_item_video dt img{
    width: 100%;
    height: auto;
}

.list_item_video dd{
    padding-left: 160px;
}

.list_item_video dd p{
    height: 40px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.list_item_video_share{
    position: absolute;
    right: 5px;
    top: 5px;
}

.video_play_wrap{
    height: 100%;
}


/*分享弹出框*/
.share_dialog{
    position:fixed;
    z-index: 100;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 20px 20px;
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding-bottom: 40px;
}

.share_dialog_close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url("../img/global/close.png") 0px 0px no-repeat;
    background-size: contain;
}

.share_dialog dt{
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
    color: #666666;
    padding-bottom: 10px;
}

.share_dialog dd a{
    display: inline-block;
    margin: 0px 10px;
    color: #333333;
    margin-top: 20px;
}

.share_dialog a i{
    display: block;
    margin: 0px auto;
    width: 44px;
    height: 44px;
    background: url("../img/global/share_btn_type.jpg") 0px 0px no-repeat;
    background-size: 266px 44px;
    margin-bottom: 10px;
}

.share_dialog a.weixin i{
    background-position: 0px 0px;
}

.share_dialog a.weixinpy i{
    background-position: -74px 0px;
}

.share_dialog a.sina i{
    background-position: -148px 0px;
}

.share_dialog a.qq i{
    background-position: -222px 0px;
}

/*提问弹出框*/
.questioning{

    background-color: #ffffff;
    padding-top: 10px;
}

.questioning span{
    display: block;
    color: #666666;
    font-size: 14px;
    padding-bottom: 5px;
}

.questioning_field{
    padding-left: 10px;
    margin-bottom: 20px;
}

.questioning_content,.questioning_tel{
    height: 90px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    background-color: #f2f2f2;
    outline: none;
    padding: 10px;
    color: #666666;
    width: 100%;
}

.questioning_tel{
    height: 34px;
}



.questioning_btn{
    margin: 0px auto;
    width: 150px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    border: none;
    display: block;
    background-color: #32c082;
    border-radius: 5px;
}

.questioning_link{
    margin: 0px auto;
    width: 150px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    border: none;
    display: block;
    background-color: #32c082;
    border-radius: 5px;
    line-height: 30px;
}

.questioning_success{
    background: url("../img/global/questioning_ok.jpg") center top no-repeat;
    background-size: 63px 42px;
    padding-top: 60px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.questioning_success p{
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    padding: 15px 0px;
}

.questioning_success .questioning_btn{
    line-height: 30px;
    width: 110px;
}

.questioning_radio{
    float: left;
    display: inline;
    width: 27px;
    height: 27px;
    background-color: #f5f5f5;
    border: 1px solid #f0efef;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.questioning_radio em{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background-color: #f5f5f5;
    border-radius: 50%;
}

.questioning_radio_sd em{
    background-color: #725ab6;
}

.questioning_radio_t{
    float: left;
    display: inline;
    margin-right: 30px;
    line-height: 27px;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.questioning_select{
    border: 1px solid #f2f2f2;
    font-size: 14px;
    background-color: #f2f2f2;
    outline: none;
    padding: 0px 10px;
    color: #666666;
    width: 100%;
    position: relative;
    height: 34px;
    overflow: hidden;
}

.questioning_select select{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 34px;
    width: 100%;
    opacity: 0;
}

.questioning_select div{
    display: block;
    line-height: 32px;
}

.questioning_select em{
    background: url("../img/global/tab_arrow.png?v=1.0") 0px -11px no-repeat;
    background-size: 16px 20px;
    width: 16px;
    height: 9px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.questioning_error{
    border-color: #ff9191;
}


/*TAB*/
.tab_wrap{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.tab_link{
    position: relative;
    padding: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333333;
    font-weight: bold;
    background-color: #ffffff;
    font-size: 14px;
}

.tab_link div{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab_link i{
    background: url("../img/global/tab_arrow.png?v=1.0") 0px -11px no-repeat;
    background-size: 16px 20px;
    width: 16px;
    height: 9px;
    display: block;
}

.tab_link_open i{
    background-position: 0px 0px;
}

.tab_link:before{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e6e6e6;
    color: #e6e6e6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}



.tab_content{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    background-color: #f1f1f1;
    display: none;

}

.tab_desc{
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.tab_link_open:before,.tab_link_last:before{
    display: none;
}

/*艺术专业*/
.major_ad{
    background: url("../img/major/major_ad.jpg") center  center no-repeat #ffffff;
    background-size: 300px 138px;
    height: 214px;
    border-bottom: 1px solid #e6e6e6;
}

.list_item_major:last-child{
    margin-bottom: 0px;
}

.list_item_major a{
    color: #999999;
    font-size: 12px;
}

.list_item_major{
    height: 101px;
}

.list_item_major dt{
    width: 130px;
    height: 99px;
}

.list_item_major dd{
    padding-left: 140px;
}

.major_list_name{
    color: #333333;
    font-size: 14px;
}

.major_list_desc{
    margin-top: 2px;
}

.tab_wrap_school{
    margin-top: 10px;
    padding-bottom: 20px;
    background-color: #ffffff;

}

.major_school{
    border-bottom: 1px solid #dddddd;
    display: block;
    background-color: #ffffff;
    height: 80px;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height:70px;
}

.tab_wrap_major{
    margin-bottom: 30px;
    background-color: #ffffff;
}

.major_school:before{
    content:' ';
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 28px;
    height: 4px;
    margin-left: -14px;
    background-color: #6b58b4;
}

.major_body{
    background-color: #f1f1f1;
}

.major_school_order{
    color:#333333;
    font-size: 14px;
}

.major_school_order tr td{
    padding: 5px 10px;
}

.major_school_order a{
    color: #333333;
}

.major_class{
    color: #333333;
    font-size: 12px;
    margin-top: 10px;
}

.major_class a{
    color: #333333;
}

.major_class:first-child{
    margin-top: 0px;
}

.major_class p{
    color: #999999;
    padding-left: 18px;
}

.major_class span{
    padding-right: 10px;
}

.major_icon{
    background: url("../img/major/major_icon.png") center  center no-repeat;
    background-size: 15px 220px;
    margin-right: 10px;
}

.major_icon_1{
    width: 15px;
    height: 16px;
    background-position: 0px 0px;
}

.major_icon_2{
    width: 16px;
    height: 17px;
    background-position: 0px -40px;
}

.major_icon_3{
    width: 15px;
    height: 14px;
    background-position: 0px -81px;
}

.major_icon_4{
    width: 15px;
    height: 16px;
    background-position: 0px -122px;
}

.major_icon_5{
    width: 15px;
    height: 17px;
    background-position: 0px -162px;
}

.major_icon_6{
    width: 15px;
    height: 16px;
    background-position: 0px -204px;
}

/*学院详情*/

.school_show_content{
    padding: 10px;
    border-top: 1px solid #e1e1e1;
    background-color: #f1f1f1;
}

.school_tag a{
    margin-right: 5px;
    color: #666666;
}

.school_show_item{
    color: #666666;
    font-size: 12px;
    margin-top: 8px;
    clear: both;
    float: left;
    position: relative;
}

.school_show_item:first-child{
    margin-top: 0px;
    font-size: 14px;
}

.school_show_item div{
    padding-left:90px;
}

.school_show_item span{
    color: #999999;
    float: left;
    display: inline;
    width: 100px;
    position: absolute;
    left: 0px;
    top:0px;
}

.school_show_item:first-child span{
    padding-right: 0px;
    width: 70px;
}

.school_show_item:first-child div{
    padding-left: 70px;
}

.school_show_pics{
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 10px 0px;
    float: left;
}

.school_show_pics img{
    width: 100%;
    height:auto;
}

.school_show_pics li{
    display: none;
}

.school_show_pics_btn{
    background: url("../img/global/school_pics_btn.png") 0px  0px no-repeat;
    background-size: 45px 35px;
    width: 18px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
}

.school_show_pics_prev{
    left: 10px;
}

.school_show_pics_next{
    right: 10px;
    background-position: right 0px;
}

.school_case{
    width: 200px;
}

.school_case li{
    float: left;
    display: inline;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin-bottom: 10px;
}

.school_case li img{
    width: 100%;
    height: 45px;
    -webkit-border-radius: 50%;
}

/*公开课*/
.openClass_ds{
    text-align: center;
    padding-top: 10px;
}
.openClass_ds a{
    width: 110px;
    height: 105px;
    border: 1px solid #e4e4e4;
    color: #333333;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    padding-top: 30px;
}

.openClass_ds a:first-child{
    background-color: #f3f4f7;
}

.g_video_form{
    height: 300px;
    padding-bottom: 10px;
    padding-right: 20px;
    overflow: scroll;
    overflow-x: hidden;
}


@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
    .index_channel_list  div{
        padding: 0px ;
    }

    .category_item{
        margin-right: 5px;
    }

    .list_toolbox_news em{
        margin-left:5px;
        margin-right:5px;
    }

    .school_list_name span{
        display: none;
    }

    .school_list_attr_r{
        float: left;
    }

    .list_toolbox_video em{
        margin-left: 2px;
        margin-right: 2px;
    }

    .share_dialog{
        padding: 20px 15px;
    }

    .share_dialog dd a{
        margin: 0px 10px;
        margin-top: 20px;
    }

    .major_list_desc{
        height: 55px;
        overflow: hidden;
    }

    .list_item_news{
        height: 82px;
        overflow: hidden;
    }

    .list_item_news dt{
        width: 120px;
        height: 80px;
    }

    .list_item_news dt img{
        width: 120px;
        height: auto;
    }

    .list_item_news dd{
        padding-left: 130px;
    }

    .list_item_news h3.new_title{
        height: 50px;
    }

    .list_item_video .list_item_news_attr{
        display: none;
    }

    .openClass_ds a{
        margin: 0px 2px;
        width: 95px;
        height: 85px;
        padding-top: 20px;
    }

}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone5 */

    .index_activity dt {
        width: 120px;
        height: 86px;
    }

    .index_activity dd {
        padding-left: 135px;
    }

    .index_channel_list  div{
        padding: 0px;
    }

    .openClass_ds a{
        margin: 0px 2px;
        width: 95px;
        height: 85px;
        padding-top: 20px;
    }


    .category_item{
        margin-right: 5px;
    }

    .list_toolbox_news em{
        margin-left:5px;
        margin-right:5px;
    }

    .school_list_name span{
        display: none;
    }
    .school_list_attr_r{
        float: left;
    }

    .list_toolbox_video em{
        margin-left: 2px;
        margin-right: 2px;
    }

    .share_dialog{
        padding: 20px 15px;
    }

    .share_dialog dd a{
        margin: 0px 10px;
        margin-top: 20px;
    }

    .major_list_desc{
        height: 60px;
        overflow: hidden;
    }

    .list_item_news{
        height: 82px;
        overflow: hidden;
    }

    .list_item_news dt{
        width: 120px;
        height: 80px;
    }

    .list_item_news dt img{
        width: 120px;
        height: auto;
    }

    .list_item_news dd{
        padding-left: 130px;
    }
    .list_item_news h3.new_title{
        height: 50px;
    }

    .list_item_video .list_item_news_attr{
        display: none;
    }

}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone6 */
    .list_toolbox_school{
        padding: 0px 20px;
    }

    .school_search_form{
        padding-left: 20px;
    }

    .school_search_btn{
        margin-left: 10px;
    }

    .list_item_major{
        height:101px;
    }

    .list_item_major dt{
        width: 130px;
        height:99px;
    }

    .list_item_major dt img{
        height: 99px;
    }

    .list_item_major dd{
        padding-left: 140px;
    }

    .major_list_desc{
        height: 57px;
        overflow: hidden;
    }

}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {
    /* 兼容iphone6 Plus */
    .list_toolbox_school{
        padding: 0px 20px;
    }

    .school_search_form{
        padding-left: 20px;
    }

    .school_search_btn{
        margin-left: 10px;
    }


    .list_item_major{
        height:101px;
    }

    .list_item_major dt{
        width: 130px;
        height:99px;
    }

    .list_item_major dt img{
        height: 99px;
    }

    .list_item_major dd{
        padding-left: 140px;
    }

    .major_list_desc{
        height: 57px;
        overflow: hidden;
    }

}

@media (device-height:640px) and (-webkit-min-device-pixel-ratio:2) {
    /* 安卓 */
    .index_channel_list  a{
        padding: 0px  10px;
    }

    .list_toolbox_school{
        padding: 0px 20px;
    }

    .school_search_form{
        padding-left: 20px;
    }

    .school_search_btn{
        margin-left: 10px;
    }


    .list_item_major{
        height:101px;
    }

    .list_item_major dt{
        width: 130px;
        height:99px;
    }

    .list_item_major dt img{
        height: 99px;
    }

    .list_item_major dd{
        padding-left: 140px;
    }

    .major_list_desc{
        height: 57px;
        overflow: hidden;
    }

    .share_dialog dd a{
        margin: 0px 10px;
        margin-top: 20px;
    }

    .index_video_category a{
        margin-right: 10px;
    }

    .list_toolbox_video em{
        margin-left: 2px;
        margin-right: 2px;
    }

}